study
2022-06-11
JupyterHub
회사 jupyterHub 링크 : http://192.168.55.117
Postgres DB
key | value |
---|---|
Host | 192.168.55.115 |
Port | 30432 |
DB name | 2022_aistudy |
User/Pass | aistudy / aistudy |
Table name | titanic |
1주차 : Orientation day
- 아나콘다 설치
-
Anaconda Distribution - https://www.anaconda.com
Conda는 Windows, macOS 및 Linux에서 실행되는 오픈 소스 패키지 및 환경 관리 시스템입니다. Conda는 패키지를 빠르게 설치, 실행 및 업데이트하고 …
- 옵션 체크 :
[v]Register Anaconda as my default Python ..
- Anaconda Prompt 에서 버전 확인
conda --version python --version
- Path 설정
`c:/users/../anaconda3`
- 패키지 설치
pip install pandas
- 주요 패키지
- Pandas
- Numpy
- Matplotlib
- Seaborn
- Sklearn
- PM4PY
- Psycopg2
-
-
주피터 허브 로그인 - http://192.168.55.117
- 주피터 허브 인스톨
- PIP
import sys !{sys.executable} - m pip install PACKAGE
- Conda
import sys !conda install -y --prefix {sys.prefix} PACKAGE
- PIP